←Select platform

MediaCreationNGetCommand Constructor(INGetClientSessionProxy,long[])

Summary

Initializes a new instance of the MediaCreationNGetCommand class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal session As Leadtools.Dicom.Scp.INGetClientSessionProxy, _ 
   ByVal attributes() As Long _ 
) 
public: 
MediaCreationNGetCommand(  
   Leadtools.Dicom.Scp.INGetClientSessionProxy^ session, 
   array<int64>^ attributes 
) 

Parameters

session
The client session proxy which handles the DICOM N-GET messages.

attributes
List of DICOM tag attributes to get during the DICOM N-GET request.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly